Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implemented the login screen based on Katy's Figma design. [src/app/screens/loginScreen]
Description
Created Login Page:
newly created components:
-"src/app/components/InputFields.tsx" is meant for the input field where the user would be able to type in their email + password. Takes in two arguments within the props: text and placeholder. Text is used for the Header of the input field, while the placeholder is the argument used within the input component. For example, the text can be a password, and the placeholder can be *******.
changes to src/app/screens/loginScreen:
Screenshots
How to review
Open the webpage and navigate to http://localhost:3000/screens/loginScreen to view the implementation.
Order to review files: InputFields -> LoginForm.tsx ->page.tsx(within loginScreen)->styles.ts.
Notes: the image is not working at the moment. I attempted to render it as a component, but it did not work.
Next steps
Relevant Links
Online sources
https://www.figma.com/file/uEJp29FD9wTYN48ESD2Mkb/Shanti-Project?type=design&node-id=14-19&mode=design&t=ZqgCmOnkXSmgUAVE-0
Related PRs
🛍 CC: @EthanAuyeung